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
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 256Mi
|
||||
cpu: 900m
|
||||
memory: 1000Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
@@ -94,7 +94,7 @@ spec:
|
||||
|
||||
containers:
|
||||
- name: ghost-blog
|
||||
image: ghcr.io/sredevopsorg/ghost-on-kubernetes:latest
|
||||
image: ghcr.io/sredevopsorg/ghost-on-kubernetes:main
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- name: ghost
|
||||
@@ -159,7 +159,4 @@ spec:
|
||||
runAsUser: 65532
|
||||
restartPolicy: Always
|
||||
terminationGracePeriodSeconds: 15
|
||||
dnsPolicy: ClusterFirst
|
||||
securityContext:
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
dnsPolicy: ClusterFirst
|
||||
Reference in New Issue
Block a user