We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e32b2 commit 3fd6978Copy full SHA for 3fd6978
managed-html5-runtime-jwt-kyma/deployment.yaml
@@ -16,16 +16,13 @@ spec:
16
app: backend
17
spec:
18
containers:
19
- - image: iobert/kyma-simple-backend
+ - image: ghcr.io/sap-samples/kyma-simple-backend:latest
20
imagePullPolicy: Always
21
name: backend
22
volumeMounts:
23
- name: xsuaa-volume
24
mountPath: /etc/secrets/sapcp/xsuaa/kyma-xsuaa-instance
25
readOnly: true
26
- env:
27
- - name: PORT
28
- value: "5000"
29
volumes:
30
31
secret:
@@ -82,7 +79,7 @@ spec:
82
79
app: html5appdeployer
83
80
84
81
85
- - image: iobert/kyma-html5-app-deployer
+ - image: ghcr.io/sap-samples/kyma-html5-app-deployer:latest
86
87
name: html5appdeployer
88
0 commit comments