Compare commits

..

No commits in common. "main" and "develop" have entirely different histories.

2 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,7 @@ spec:
image: git.kill0.net/ryanc/kipunji:latest
imagePullPolicy: Always
ports:
- name: sinatra-web
- name: web
containerPort: 4567
env:
- name: SESSION_SECRET

View File

@ -3,10 +3,11 @@ apiVersion: v1
kind: Service
metadata:
name: kipunji
spec:
ports:
- name: web
port: 80
targetPort: sinatra-web
targetPort: web
selector:
app: kipunji