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