Add namespace to everything
This commit is contained in:
		| @@ -2,6 +2,7 @@ kind: Deployment | |||||||
| apiVersion: apps/v1 | apiVersion: apps/v1 | ||||||
| metadata: | metadata: | ||||||
|   name: whoami |   name: whoami | ||||||
|  |   namespace: apps | ||||||
|   labels: |   labels: | ||||||
|     app: whoami |     app: whoami | ||||||
|  |  | ||||||
|   | |||||||
| @@ -2,6 +2,7 @@ apiVersion: networking.k8s.io/v1 | |||||||
| kind: Ingress | kind: Ingress | ||||||
| metadata: | metadata: | ||||||
|   name: whoami-ingress |   name: whoami-ingress | ||||||
|  |   namespace: apps | ||||||
| spec: | spec: | ||||||
|   rules: |   rules: | ||||||
|   - http: |   - http: | ||||||
|   | |||||||
| @@ -2,6 +2,7 @@ apiVersion: v1 | |||||||
| kind: Service | kind: Service | ||||||
| metadata: | metadata: | ||||||
|   name: whoami |   name: whoami | ||||||
|  |   namespace: apps | ||||||
|  |  | ||||||
| spec: | spec: | ||||||
|   ports: |   ports: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user