forked from k-space/kube
		
	debug
This commit is contained in:
		| @@ -13,4 +13,5 @@ spec: | ||||
|   destination: | ||||
|     server: 'https://kubernetes.default.svc' | ||||
|     namespace: whoami-oidc | ||||
|   syncPolicy: {} | ||||
|   syncPolicy: | ||||
|     automated: {} | ||||
|   | ||||
| @@ -38,7 +38,7 @@ spec: | ||||
|     spec: | ||||
|       containers: | ||||
|         - name: whoami-oidc | ||||
|           image: beryju/oidc-test-client:latest@sha256:442e4d6c0468df4f1bc1012cc9276918072df93bfada7d84eb14385f5af23a6a | ||||
|           image: harbor.k-space.ee/rasmus/oidctest:latest@sha256:55927b9a50580fb087277af25fbc492b5ab4abcc1926c29ed40c190a99ced77b | ||||
|           env: | ||||
|             - name: OIDC_ROOT_URL | ||||
|               value: https://whoami-oidc.k-space.ee | ||||
| @@ -60,6 +60,10 @@ spec: | ||||
|           ports: | ||||
|             - containerPort: 9009 | ||||
|               name: http | ||||
|           resources: | ||||
|             limits: | ||||
|               cpu: "1" | ||||
|               memory: "512Mi" | ||||
| --- | ||||
| apiVersion: v1 | ||||
| kind: Service | ||||
|   | ||||
		Reference in New Issue
	
	Block a user