We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19aee17 commit 50f35e6Copy full SHA for 50f35e6
main.py
@@ -54,10 +54,10 @@ def application_startup():
54
55
# Loading kubernetes config
56
init_kube_client()
57
- # v1 = client.CustomObjectsApi()
58
- # v1.list_cluster_custom_object(group="nais.io",
59
- # version="v1alpha1",
60
- # plural="applications")
+ v1 = client.CustomObjectsApi()
+ v1.list_cluster_custom_object(group="nais.io",
+ version="v1alpha1",
+ plural="applications")
61
62
threading.Thread(target=watch_nais_task, daemon=True).start()
63
naiserator-gcp.yml
@@ -6,7 +6,7 @@ metadata:
6
name: ingress-collector
7
namespace: dataplattform
8
spec:
9
- image: {{image}}
+ image: navikt/test-collector:vJAETEST3
10
port: 8000
11
prometheus:
12
enabled: false
0 commit comments