set loglevel
This commit is contained in:
parent
e8df03cd18
commit
36f4bbc98a
2 changed files with 2 additions and 20 deletions
|
|
@ -15,23 +15,3 @@ spec:
|
||||||
- 10.0.0.0/8
|
- 10.0.0.0/8
|
||||||
- 192.168.0.0/16
|
- 192.168.0.0/16
|
||||||
- 172.16.0.0/12
|
- 172.16.0.0/12
|
||||||
---
|
|
||||||
apiVersion: networking.k8s.io/v1
|
|
||||||
kind: NetworkPolicy
|
|
||||||
metadata:
|
|
||||||
name: api-server-egress
|
|
||||||
spec:
|
|
||||||
podSelector: {}
|
|
||||||
policyTypes:
|
|
||||||
- Egress
|
|
||||||
egress:
|
|
||||||
- to:
|
|
||||||
- namespaceSelector:
|
|
||||||
matchLabels:
|
|
||||||
kubernetes.io/metadata.name: kube-system
|
|
||||||
- podSelector:
|
|
||||||
matchLabels:
|
|
||||||
k8s-app: kube-apiserver
|
|
||||||
- ports:
|
|
||||||
- protocol: TCP
|
|
||||||
port: 6443
|
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,8 @@ spec:
|
||||||
- name: renovate-config
|
- name: renovate-config
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
extraEnv:
|
extraEnv:
|
||||||
|
- name: LOG_LEVEL
|
||||||
|
value: debug
|
||||||
- name: RENOVATE_CONFIG_FILE
|
- name: RENOVATE_CONFIG_FILE
|
||||||
value: /config/config.js
|
value: /config/config.js
|
||||||
- name: DOCKER_USERNAME
|
- name: DOCKER_USERNAME
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue