Skip to content

Commit

Permalink
Putting the policy in the right spot
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Marques <me@tylermarques.com>
  • Loading branch information
Tylermarques committed Jun 10, 2024
1 parent 49b9325 commit d8f859e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ spec:
spec:
containers:
- name: u-the-bomb-com
imagePullPolicy: Always
image: u-the-bomb-com
ports:
- containerPort: 3000
name: http
protocol: TCP
imagePullSecrets:
- name: gchrio-cred
imagePullPolicy: Always

0 comments on commit d8f859e

Please sign in to comment.