Compare commits
No commits in common. "main" and "develop" have entirely different histories.
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user