Skip to content

Commit

Permalink
Fix pod selector
Browse files Browse the repository at this point in the history
  • Loading branch information
wkmor1 committed Jul 10, 2024
1 parent 989e1db commit 1d91953
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ objects:
labels:
app: ${APP}
branch: ${BRANCH}
port: ${APP_PORT}
spec:
containers:
- image: ghcr.io/luomus/${APP}:${BRANCH}
Expand Down Expand Up @@ -427,7 +428,7 @@ objects:
name: ${APP}-${BRANCH}
key: job_secret
- name: APP_HOSTNAME
value: ${APP}-${BRANCH}.${APP}.svc.cluster.local
value: ${APP}-${BRANCH}
- name: APP_PORT
value: ${APP_PORT}
- name: BRANCH
Expand Down

0 comments on commit 1d91953

Please sign in to comment.