mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Change to image:main
This commit is contained in:
@@ -63,8 +63,8 @@ spec:
|
|||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 900m
|
||||||
memory: 256Mi
|
memory: 1000Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
@@ -94,7 +94,7 @@ spec:
|
|||||||
|
|
||||||
containers:
|
containers:
|
||||||
- name: ghost-blog
|
- name: ghost-blog
|
||||||
image: ghcr.io/sredevopsorg/ghost-on-kubernetes:latest
|
image: ghcr.io/sredevopsorg/ghost-on-kubernetes:main
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- name: ghost
|
- name: ghost
|
||||||
@@ -159,7 +159,4 @@ spec:
|
|||||||
runAsUser: 65532
|
runAsUser: 65532
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
terminationGracePeriodSeconds: 15
|
terminationGracePeriodSeconds: 15
|
||||||
dnsPolicy: ClusterFirst
|
dnsPolicy: ClusterFirst
|
||||||
securityContext:
|
|
||||||
seccompProfile:
|
|
||||||
type: RuntimeDefault
|
|
||||||
Reference in New Issue
Block a user