From e30f52907a3fa6745d1a04c5d7718c5383e7b4ce Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 9 Apr 2023 14:23:21 -0500 Subject: [PATCH] update --- durpapi/templates/deployment.yaml | 27 --------------------------- durpapi/templates/ingress.yaml | 23 ----------------------- durpapi/templates/service.yaml | 12 ------------ 3 files changed, 62 deletions(-) delete mode 100644 durpapi/templates/deployment.yaml delete mode 100644 durpapi/templates/ingress.yaml delete mode 100644 durpapi/templates/service.yaml diff --git a/durpapi/templates/deployment.yaml b/durpapi/templates/deployment.yaml deleted file mode 100644 index 4d37fb5..0000000 --- a/durpapi/templates/deployment.yaml +++ /dev/null @@ -1,27 +0,0 @@ -#apiVersion: apps/v1 -#kind: Deployment -#metadata: -# namespace: durpapi -# name: durpapi -# labels: -# app: durpapi -#spec: -# selector: -# matchLabels: -# app: durpapi -# replicas: 1 -# template: -# metadata: -# labels: -# app: durpapi -# spec: -# containers: -# - name: durpapi -# image: ghcr.io/developerdurp/durpapi:latest -# imagePullPolicy: Always -# ports: -# - name: http -# containerPort: 8080 -# envFrom: -# - secretRef: -# name: durpapi-secret \ No newline at end of file diff --git a/durpapi/templates/ingress.yaml b/durpapi/templates/ingress.yaml deleted file mode 100644 index 6120e1b..0000000 --- a/durpapi/templates/ingress.yaml +++ /dev/null @@ -1,23 +0,0 @@ -#apiVersion: networking.k8s.io/v1 -#kind: Ingress -#metadata: -# name: durpapi-ingress -# annotations: -# kubernetes.io/ingress.class: nginx -# cert-manager.io/cluster-issuer: letsencrypt-production -#spec: -# rules: -# - host: durpapi.durp.info -# http: -# paths: -# - path: / -# pathType: Prefix -# backend: -# service: -# name: durpapi -# port: -# number: 8080 -# tls: -# - hosts: -# - durpapi.durp.info -# secretName: durpapi-tls \ No newline at end of file diff --git a/durpapi/templates/service.yaml b/durpapi/templates/service.yaml deleted file mode 100644 index ba1fa0f..0000000 --- a/durpapi/templates/service.yaml +++ /dev/null @@ -1,12 +0,0 @@ -#apiVersion: v1 -#kind: Service -#metadata: -# name: durpapi -#spec: -# ports: -# - name: http -# port: 8080 -# targetPort: 8080 -# protocol: TCP -# selector: -# app: durpapi \ No newline at end of file