imfreedom/k8s-cluster

0c1e259081fc
Parents 0b281e651f12
Children 50c362864102
Remove the default backend as we really weren't using it
--- a/30-pidgin-default-backend.yaml Sun May 12 03:16:33 2019 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,55 +0,0 @@
-apiVersion: v1
-kind: Service
-metadata:
- name: ingress-default-backend
- labels:
- app: ingress
- role: default-backend
-spec:
- ports:
- - port: 80
- targetPort: http
- selector:
- app: ingress
- role: default-backend
----
-apiVersion: apps/v1
-kind: Deployment
-metadata:
- name: ingress-default-backend
- labels:
- app: ingress
- role: default-backend
-spec:
- replicas: 1
- selector:
- matchLabels:
- app: ingress
- role: default-backend
- template:
- metadata:
- labels:
- app: ingress
- role: default-backend
- spec:
- containers:
- - image: gcr.io/google_containers/defaultbackend:1.4
- livenessProbe:
- httpGet:
- path: /healthz
- port: 8080
- name: default-backend
- ports:
- - name: http
- containerPort: 8080
- resources:
- limits:
- cpu: 30m
- memory: 50Mi
- requests:
- cpu: 30m
- memory: 49Mi
- securityContext:
- runAsUser: 65534
----
-