File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2093,7 +2093,7 @@ videoManager:
2093
2093
# -- Number of replicas
2094
2094
replicas : 1
2095
2095
# -- SecurityContext for router container
2096
- securityContext : { }
2096
+ securityContext : {}
2097
2097
# -- Kubernetes service type (see https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types)
2098
2098
serviceType : ClusterIP
2099
2099
# -- Set specific clusterIP when serviceType is ClusterIP (see https://kubernetes.io/docs/concepts/services-networking/service/#type-clusterip)
@@ -2103,23 +2103,23 @@ videoManager:
2103
2103
# -- Set specific loadBalancerIP when serviceType is LoadBalancer (see https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer)
2104
2104
loadBalancerIP : " "
2105
2105
# -- Custom annotations for router service
2106
- serviceAnnotations : { }
2106
+ serviceAnnotations : {}
2107
2107
# -- Set externalTrafficPolicy to Local or Cluster (see https://kubernetes.io/docs/concepts/services-networking/service-traffic-policy/)
2108
2108
serviceExternalTrafficPolicy : " "
2109
2109
# -- Set session affinity to None, ClientIP or ClientIPString
2110
2110
serviceSessionAffinity : " "
2111
2111
# -- Tolerations for router pods
2112
- tolerations : [ ]
2112
+ tolerations : []
2113
2113
# -- Node selector for router pods
2114
- nodeSelector : { }
2114
+ nodeSelector : {}
2115
2115
# -- Priority class name for router pods
2116
2116
priorityClassName : " "
2117
- extraVolumeMounts : [ ]
2117
+ extraVolumeMounts : []
2118
2118
# - name: srv
2119
2119
# mountPath: /srv
2120
2120
# subPath: srv
2121
2121
# -- Extra volumes for video recorder pod
2122
- extraVolumes : [ ]
2122
+ extraVolumes : []
2123
2123
# - name: srv
2124
2124
# persistentVolumeClaim:
2125
2125
# claimName: video-pv-claim
You can’t perform that action at this time.
0 commit comments