|
@ -167,6 +167,25 @@ master: |
|
|
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ |
|
|
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ |
|
|
serviceAccountName: "" |
|
|
serviceAccountName: "" |
|
|
|
|
|
|
|
|
|
|
|
# Configure security context for Pod |
|
|
|
|
|
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ |
|
|
|
|
|
# Example: |
|
|
|
|
|
# podSecurityContext: |
|
|
|
|
|
# enabled: true |
|
|
|
|
|
# runAsUser: 1000 |
|
|
|
|
|
# runAsGroup: 3000 |
|
|
|
|
|
# fsGroup: 2000 |
|
|
|
|
|
podSecurityContext: {} |
|
|
|
|
|
|
|
|
|
|
|
# Configure security context for Container |
|
|
|
|
|
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ |
|
|
|
|
|
# Example: |
|
|
|
|
|
# containerSecurityContext: |
|
|
|
|
|
# enabled: true |
|
|
|
|
|
# runAsUser: 2000 |
|
|
|
|
|
# allowPrivilegeEscalation: false |
|
|
|
|
|
containerSecurityContext: {} |
|
|
|
|
|
|
|
|
ingress: |
|
|
ingress: |
|
|
enabled: false |
|
|
enabled: false |
|
|
className: "nginx" |
|
|
className: "nginx" |
|
@ -378,6 +397,25 @@ volume: |
|
|
|
|
|
|
|
|
extraEnvironmentVars: |
|
|
extraEnvironmentVars: |
|
|
|
|
|
|
|
|
|
|
|
# Configure security context for Pod |
|
|
|
|
|
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ |
|
|
|
|
|
# Example: |
|
|
|
|
|
# podSecurityContext: |
|
|
|
|
|
# enabled: true |
|
|
|
|
|
# runAsUser: 1000 |
|
|
|
|
|
# runAsGroup: 3000 |
|
|
|
|
|
# fsGroup: 2000 |
|
|
|
|
|
podSecurityContext: {} |
|
|
|
|
|
|
|
|
|
|
|
# Configure security context for Container |
|
|
|
|
|
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ |
|
|
|
|
|
# Example: |
|
|
|
|
|
# containerSecurityContext: |
|
|
|
|
|
# enabled: true |
|
|
|
|
|
# runAsUser: 2000 |
|
|
|
|
|
# allowPrivilegeEscalation: false |
|
|
|
|
|
containerSecurityContext: {} |
|
|
|
|
|
|
|
|
# used to configure livenessProbe on volume-server containers |
|
|
# used to configure livenessProbe on volume-server containers |
|
|
# |
|
|
# |
|
|
livenessProbe: |
|
|
livenessProbe: |
|
@ -536,6 +574,25 @@ filer: |
|
|
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ |
|
|
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ |
|
|
serviceAccountName: "" |
|
|
serviceAccountName: "" |
|
|
|
|
|
|
|
|
|
|
|
# Configure security context for Pod |
|
|
|
|
|
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ |
|
|
|
|
|
# Example: |
|
|
|
|
|
# podSecurityContext: |
|
|
|
|
|
# enabled: true |
|
|
|
|
|
# runAsUser: 1000 |
|
|
|
|
|
# runAsGroup: 3000 |
|
|
|
|
|
# fsGroup: 2000 |
|
|
|
|
|
podSecurityContext: {} |
|
|
|
|
|
|
|
|
|
|
|
# Configure security context for Container |
|
|
|
|
|
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ |
|
|
|
|
|
# Example: |
|
|
|
|
|
# containerSecurityContext: |
|
|
|
|
|
# enabled: true |
|
|
|
|
|
# runAsUser: 2000 |
|
|
|
|
|
# allowPrivilegeEscalation: false |
|
|
|
|
|
containerSecurityContext: {} |
|
|
|
|
|
|
|
|
ingress: |
|
|
ingress: |
|
|
enabled: false |
|
|
enabled: false |
|
|
className: "nginx" |
|
|
className: "nginx" |
|
@ -707,6 +764,25 @@ s3: |
|
|
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ |
|
|
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ |
|
|
serviceAccountName: "" |
|
|
serviceAccountName: "" |
|
|
|
|
|
|
|
|
|
|
|
# Configure security context for Pod |
|
|
|
|
|
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ |
|
|
|
|
|
# Example: |
|
|
|
|
|
# podSecurityContext: |
|
|
|
|
|
# enabled: true |
|
|
|
|
|
# runAsUser: 1000 |
|
|
|
|
|
# runAsGroup: 3000 |
|
|
|
|
|
# fsGroup: 2000 |
|
|
|
|
|
podSecurityContext: {} |
|
|
|
|
|
|
|
|
|
|
|
# Configure security context for Container |
|
|
|
|
|
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ |
|
|
|
|
|
# Example: |
|
|
|
|
|
# containerSecurityContext: |
|
|
|
|
|
# enabled: true |
|
|
|
|
|
# runAsUser: 2000 |
|
|
|
|
|
# allowPrivilegeEscalation: false |
|
|
|
|
|
containerSecurityContext: {} |
|
|
|
|
|
|
|
|
logs: |
|
|
logs: |
|
|
type: "hostPath" |
|
|
type: "hostPath" |
|
|
size: "" |
|
|
size: "" |
|
|