Skip to content

Instantly share code, notes, and snippets.

@katarzynainit
Created May 24, 2024 09:09
Show Gist options
  • Save katarzynainit/d9e6ed4d3c6b95e929d73e2b1e8f7cc1 to your computer and use it in GitHub Desktop.
Save katarzynainit/d9e6ed4d3c6b95e929d73e2b1e8f7cc1 to your computer and use it in GitHub Desktop.
affinity: {}
env: null
flags:
logFormat: json
logLevel: debug
# ---------- fork extension flags
skipListenerSaCreation: true
skipRbacSetup: true
skipRbacSetupForListeners: true
# ---------- end: fork extension flags
updateStrategy: immediate
watchSingleNamespace: <namespace>
fullnameOverride: ""
global: {}
image:
pullPolicy: Always
repository: <own-repository>
tag: <own-tag>
imagePullSecrets: []
labels: {}
nameOverride: ""
nodeSelector: {}
podAnnotations: {}
podLabels: {}
podSecurityContext:
fsGroup: 1001
runAsUser: 1001
priorityClassName: ""
replicaCount: 1
resources:
limits:
cpu: "1"
ephemeral-storage: 500Mi
memory: 500Mi
requests:
cpu: "0.1"
ephemeral-storage: 200Mi
memory: 100Mi
securityContext:
capabilities:
drop:
- KILL
- MKNOD
- SYS_CHROOT
readOnlyRootFilesystem: true
serviceAccount:
annotations: {}
create: false
name: <own-sa>
tolerations: []
topologySpreadConstraints: []
volumeMounts: []
volumes: []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment