update
This commit is contained in:
@@ -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
|
|
||||||
@@ -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
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
#apiVersion: v1
|
|
||||||
#kind: Service
|
|
||||||
#metadata:
|
|
||||||
# name: durpapi
|
|
||||||
#spec:
|
|
||||||
# ports:
|
|
||||||
# - name: http
|
|
||||||
# port: 8080
|
|
||||||
# targetPort: 8080
|
|
||||||
# protocol: TCP
|
|
||||||
# selector:
|
|
||||||
# app: durpapi
|
|
||||||
Reference in New Issue
Block a user