diff --git a/deploy/certificate.yaml b/deploy/certificate.yaml index 39063a0..9d3d666 100644 --- a/deploy/certificate.yaml +++ b/deploy/certificate.yaml @@ -3,6 +3,7 @@ apiVersion: cert-manager.io/v1 kind: Certificate metadata: name: garrettmills-dev-tls + namespace: default spec: secretName: garrettmills-dev-tls-secret dnsNames: diff --git a/deploy/deployment.yaml b/deploy/deployment.yaml index 63bd4f6..e041868 100644 --- a/deploy/deployment.yaml +++ b/deploy/deployment.yaml @@ -3,6 +3,7 @@ apiVersion: apps/v1 kind: Deployment metadata: name: garrettmills-dev + namespace: default spec: selector: matchLabels: @@ -10,6 +11,7 @@ spec: template: metadata: name: garrettmills-dev-www + namespace: default labels: app: garrettmills-dev spec: diff --git a/deploy/ingress.yaml b/deploy/ingress.yaml index 4c0b273..2c117ab 100644 --- a/deploy/ingress.yaml +++ b/deploy/ingress.yaml @@ -3,6 +3,7 @@ apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: garrettmills-dev-ingress + namespace: default annotations: nginx.ingress.kubernetes.io/ssl-redirect: 'false' spec: diff --git a/deploy/service.yaml b/deploy/service.yaml index 77e195a..c2cd430 100644 --- a/deploy/service.yaml +++ b/deploy/service.yaml @@ -3,6 +3,7 @@ apiVersion: v1 kind: Service metadata: name: garrettmills-dev-service + namespace: default spec: selector: app: garrettmills-dev