2 Commits

Author SHA1 Message Date
95c4241f10 Merge branch 'develop'
Some checks failed
Gitea Actions Demo / test (push) Blocked by required conditions
Gitea Actions Demo / release-image (push) Blocked by required conditions
Gitea Actions Demo / lint (push) Has been cancelled
2025-03-04 13:52:23 -06:00
0dadbec3e5 kustomize: change targetPort names
All checks were successful
Gitea Actions Demo / lint (push) Successful in 1m51s
Gitea Actions Demo / test (push) Successful in 1m50s
Gitea Actions Demo / release-image (push) Successful in 7m6s
2025-02-07 10:32:08 -06:00
2 changed files with 2 additions and 3 deletions

View File

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

View File

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