@@ -58,6 +58,101 @@ spec:
5858 policyTypes :
5959 - Ingress
6060---
61+ apiVersion : networking.k8s.io/v1
62+ kind : NetworkPolicy
63+ metadata :
64+ name : pg-hasura-allow-operator
65+ annotations :
66+ kontinuous/chartPath : project.fabrique.pg-hasura
67+ kontinuous/source : project/charts/fabrique/charts/pg-hasura/templates/allow-operator.netpol.yaml
68+ kontinuous/deployment : test-extends-ovh-feature-branch-1-ffac537e6cbbf934b08-5oa7s3iv
69+ labels :
70+ kontinuous/deployment : test-extends-ovh-feature-branch-1-ffac537e6cbbf934b08-5oa7s3iv
71+ kontinuous/deployment.env : test-extends-ovh-prod
72+ kontinuous/ref : feature-branch-1
73+ kontinuous/gitSha : ffac537e6cbbf934b08745a378932722df287a53
74+ kontinuous/appVersion : ffac537e6cbbf934b08745a378932722df287a53
75+ kontinuous/resourceName : networkpolicy-pg-hasura-allow-operator-4k7vw9oq
76+ app.kubernetes.io/manifest-managed-by : kontinuous
77+ app.kubernetes.io/manifest-created-by : kontinuous
78+ namespace : test-extends-ovh
79+ spec :
80+ podSelector :
81+ matchLabels :
82+ cnpg.io/cluster : pg-hasura
83+ ingress :
84+ - from :
85+ - namespaceSelector :
86+ matchLabels :
87+ kubernetes.io/metadata.name : cnpg-system
88+ podSelector :
89+ matchLabels :
90+ app.kubernetes.io/name : cloudnative-pg
91+ ports :
92+ - port : 8000
93+ - port : 5432
94+ ---
95+ apiVersion : networking.k8s.io/v1
96+ kind : NetworkPolicy
97+ metadata :
98+ name : pg-keycloak-allow-operator
99+ annotations :
100+ kontinuous/chartPath : project.fabrique.pg-keycloak
101+ kontinuous/source : project/charts/fabrique/charts/pg-keycloak/templates/allow-operator.netpol.yaml
102+ kontinuous/deployment : test-extends-ovh-feature-branch-1-ffac537e6cbbf934b08-5oa7s3iv
103+ labels :
104+ kontinuous/deployment : test-extends-ovh-feature-branch-1-ffac537e6cbbf934b08-5oa7s3iv
105+ kontinuous/deployment.env : test-extends-ovh-prod
106+ kontinuous/ref : feature-branch-1
107+ kontinuous/gitSha : ffac537e6cbbf934b08745a378932722df287a53
108+ kontinuous/appVersion : ffac537e6cbbf934b08745a378932722df287a53
109+ kontinuous/resourceName : networkpolicy-pg-keycloak-allow-operator-117b7m1h
110+ app.kubernetes.io/manifest-managed-by : kontinuous
111+ app.kubernetes.io/manifest-created-by : kontinuous
112+ namespace : test-extends-ovh
113+ spec :
114+ podSelector :
115+ matchLabels :
116+ cnpg.io/cluster : pg-keycloak
117+ ingress :
118+ - from :
119+ - namespaceSelector :
120+ matchLabels :
121+ kubernetes.io/metadata.name : cnpg-system
122+ podSelector :
123+ matchLabels :
124+ app.kubernetes.io/name : cloudnative-pg
125+ ports :
126+ - port : 8000
127+ - port : 5432
128+ ---
129+ apiVersion : policy/v1
130+ kind : PodDisruptionBudget
131+ metadata :
132+ name : app
133+ namespace : test-extends-ovh
134+ labels :
135+ component : app
136+ application : test-extends-ovh
137+ kontinuous/deployment : test-extends-ovh-feature-branch-1-ffac537e6cbbf934b08-5oa7s3iv
138+ kontinuous/deployment.env : test-extends-ovh-prod
139+ kontinuous/ref : feature-branch-1
140+ kontinuous/gitSha : ffac537e6cbbf934b08745a378932722df287a53
141+ kontinuous/appVersion : ffac537e6cbbf934b08745a378932722df287a53
142+ kontinuous/resourceName : poddisruptionbudget-app-3xvavgum
143+ app.kubernetes.io/manifest-managed-by : kontinuous
144+ app.kubernetes.io/manifest-created-by : kontinuous
145+ annotations :
146+ kontinuous/chartPath : project.fabrique.contrib.app
147+ kontinuous/source : project/charts/fabrique/charts/contrib/charts/app/templates/pdb.yaml
148+ kontinuous/deployment : test-extends-ovh-feature-branch-1-ffac537e6cbbf934b08-5oa7s3iv
149+ spec :
150+ minAvailable : 1
151+ selector :
152+ matchLabels :
153+ component : app
154+ application : test-extends-ovh
155+ ---
61156apiVersion : v1
62157kind : ServiceAccount
63158metadata :
0 commit comments