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