You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/matrix-stack/values.yaml
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -742,18 +742,6 @@ matrixRTC:
742
742
## localhostProfile must only be set set if type Localhost. It indicates the path of the pre-configured profile on the node, relative to the kubelet's configured Seccomp profile location (configured with the --root-dir flag).
743
743
# seccompProfile:
744
744
# type: RuntimeDefault
745
-
## The list of hosts aliases to configure on the pod spec.
746
-
## It should be avoid as much as possible to use this feature.
747
-
## Please prefer using an DNS entry to resolve your hostnames.
748
-
## This can be used as a workaround when entries cannot be resolved using DNS, for example for our automated testings.
749
-
## e.g.
750
-
## hostAliases:
751
-
## - ip: 192.0.2.1 # An IP resolution to add to /etc/hosts
752
-
## # A list of hostnames to be associated with the above IP
753
-
## hostnames:
754
-
## - ess.localhost
755
-
## - synapse.ess.localhost
756
-
hostAliases: []
757
745
## NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
758
746
# nodeSelector: {}
759
747
## A subset of PodSecurityContext. PodSecurityContext holds pod-level security attributes and common container settings
0 commit comments