Skip to content

Commit

Permalink
Added hostNetwork and DNSPolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed Mar 29, 2021
1 parent 2339735 commit 496569a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions documentation/deploy_grafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,8 @@ spec:
...
envFrom: # Environment variables from Secret or ConfigMap. The key of data becomes the env name.
...
hostNetwork: <bool> # hostNetwork option, DNSPolicy will be accordingly changed (ClusterFirst by default and ClusterFirstWithHostNet for hostNetwork: true)
...
skipCreateAdminAccount: <bool> # Skip creating the admin account when providing custom credentials from a secret.
...
priorityClassName: <string> # Assign a priorityClass name to the grafana pod. Empty by default.
Expand Down

0 comments on commit 496569a

Please sign in to comment.