Created
May 24, 2024 09:09
-
-
Save katarzynainit/d9e6ed4d3c6b95e929d73e2b1e8f7cc1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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