Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Nov 6, 2023
1 parent eacac7a commit e50730a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/helloworld-knative-encrypted/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
securityContext:
runAsUser: 1000
containers:
- image: registry.coco-csg.com/csegarragonz/coco-helloworld-py:encrypted
- image: csegarragonz/coco-helloworld-py:encrypted
ports:
- containerPort: 8080
env:
Expand Down
2 changes: 1 addition & 1 deletion apps/helloworld-knative/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
securityContext:
runAsUser: 1000
containers:
- image: registry.coco-csg.com/csegarragonz/coco-helloworld-py:encrypted
- image: ghcr.io/csegarragonz/coco-helloworld-py:unencrypted
ports:
- containerPort: 8080
env:
Expand Down
3 changes: 1 addition & 2 deletions apps/helloworld-py/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ spec:
runtimeClassName: kata-qemu-sev
containers:
- name: helloworld-py
image: registry.coco-csg.com/csegarragonz/coco-helloworld-py:encrypted
# image: ghcr.io/csegarragonz/coco-helloworld-py:encrypted
image: ghcr.io/csegarragonz/coco-helloworld-py:unencrypted
imagePullPolicy: Always
ports:
- containerPort: 8080
1 change: 0 additions & 1 deletion conf-files/knative_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ metadata:
data:
kubernetes.podspec-runtimeclassname: "enabled"
kubernetes.podspec-securitycontext: "enabled"
registriesSkippingTagResolving: registry.csg-coco.com

0 comments on commit e50730a

Please sign in to comment.