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:
|
||||
{{- toYaml .Values.commons.networkpolicies.to.dns | nindent 12 }}
|
||||
apiserver:
|
||||
{{- toYaml .Values.commons.networkpolicies.to.k8sAPI | nindent 12 }}
|
||||
{{- first .Values.commons.networkpolicies.to.k8sAPI | toYaml | nindent 12 }}
|
||||
server:
|
||||
to:
|
||||
- podSelector:
|
||||
|
|
|
@ -93,6 +93,7 @@ commons:
|
|||
metrics: []
|
||||
to:
|
||||
dns: []
|
||||
k8sAPI: []
|
||||
database: []
|
||||
|
||||
prometheus:
|
||||
|
|
Loading…
Add table
Reference in a new issue