Skip to content

Commit

Permalink
prod added to image name in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Nowak committed Nov 1, 2023
1 parent f4b93ab commit 820f3bc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions k8s/prod/ksox-landing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ spec:
spec:
containers:
- name: ksox-landing
image: ksox-landing
envFrom:
- secretRef:
name: ksox-landing-secrets
- configMapRef:
name: ksox-landing-config
image: prod-ksox-landing
# envFrom:
# - secretRef:
# name: ksox-landing-secrets
# - configMapRef:
# name: ksox-landing-config
ports:
- containerPort: 80
resources:
Expand Down

0 comments on commit 820f3bc

Please sign in to comment.