Skip to content

Commit 3fd6978

Browse files
committed
use GH container registry
1 parent a8e32b2 commit 3fd6978

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

managed-html5-runtime-jwt-kyma/deployment.yaml

+2-5
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,13 @@ spec:
1616
app: backend
1717
spec:
1818
containers:
19-
- image: iobert/kyma-simple-backend
19+
- image: ghcr.io/sap-samples/kyma-simple-backend:latest
2020
imagePullPolicy: Always
2121
name: backend
2222
volumeMounts:
2323
- name: xsuaa-volume
2424
mountPath: /etc/secrets/sapcp/xsuaa/kyma-xsuaa-instance
2525
readOnly: true
26-
env:
27-
- name: PORT
28-
value: "5000"
2926
volumes:
3027
- name: xsuaa-volume
3128
secret:
@@ -82,7 +79,7 @@ spec:
8279
app: html5appdeployer
8380
spec:
8481
containers:
85-
- image: iobert/kyma-html5-app-deployer
82+
- image: ghcr.io/sap-samples/kyma-html5-app-deployer:latest
8683
imagePullPolicy: Always
8784
name: html5appdeployer
8885
volumeMounts:

0 commit comments

Comments
 (0)