mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 06:47:24 +08:00
[bitnami/kubewatch] Add hostAliases (#5256)
This commit is contained in:
committed by
GitHub
parent
8471de71b0
commit
bd52726070
@@ -27,6 +27,11 @@ commonAnnotations: {}
|
||||
##
|
||||
extraDeploy: []
|
||||
|
||||
## Deployment pod host aliases
|
||||
## https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/
|
||||
##
|
||||
hostAliases: []
|
||||
|
||||
## Bitnami Kubewatch image version
|
||||
## ref: https://hub.docker.com/r/bitnami/kubewatch/tags/
|
||||
##
|
||||
@@ -134,6 +139,7 @@ replicaCount: 1
|
||||
podSecurityContext:
|
||||
enabled: false
|
||||
## fsGroup: 1001
|
||||
##
|
||||
|
||||
## Kubewatch pods' Security Context
|
||||
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
|
||||
@@ -142,6 +148,7 @@ containerSecurityContext:
|
||||
enabled: false
|
||||
## runAsUser: 1001
|
||||
## runAsNonRoot: true
|
||||
##
|
||||
|
||||
## Kubewatch resource requests and limits
|
||||
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
|
||||
@@ -203,6 +210,7 @@ podAntiAffinityPreset: soft
|
||||
nodeAffinityPreset:
|
||||
## Node affinity type
|
||||
## Allowed values: soft, hard
|
||||
##
|
||||
type: ""
|
||||
## Node label key to match
|
||||
## E.g.
|
||||
|
||||
Reference in New Issue
Block a user