fix(mycloud-git-small): networkpolicy for woodpecker to connect to k8sAPI
This commit is contained in:
parent
116af617c9
commit
d45b748908
2 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,7 @@ spec:
|
||||||
dns:
|
dns:
|
||||||
{{- toYaml .Values.commons.networkpolicies.to.dns | nindent 12 }}
|
{{- toYaml .Values.commons.networkpolicies.to.dns | nindent 12 }}
|
||||||
apiserver:
|
apiserver:
|
||||||
{{- toYaml .Values.commons.networkpolicies.to.k8sAPI | nindent 12 }}
|
{{- first .Values.commons.networkpolicies.to.k8sAPI | toYaml | nindent 12 }}
|
||||||
server:
|
server:
|
||||||
to:
|
to:
|
||||||
- podSelector:
|
- podSelector:
|
||||||
|
|
|
@ -93,6 +93,7 @@ commons:
|
||||||
metrics: []
|
metrics: []
|
||||||
to:
|
to:
|
||||||
dns: []
|
dns: []
|
||||||
|
k8sAPI: []
|
||||||
database: []
|
database: []
|
||||||
|
|
||||||
prometheus:
|
prometheus:
|
||||||
|
|
Loading…
Add table
Reference in a new issue