Update 7 files
- /kong/templates/configmap.yaml - /kong/templates/deployment.yaml - /kong/templates/ingress.yaml - /kong/templates/namespace.yaml - /kong/templates/service.yaml - /kong/Chart.yaml - /argocd/templates/kong.yaml
This commit is contained in:
@@ -1,23 +0,0 @@
|
|||||||
#apiVersion: argoproj.io/v1alpha1
|
|
||||||
#kind: Application
|
|
||||||
#metadata:
|
|
||||||
# name: kong
|
|
||||||
# namespace: argocd
|
|
||||||
#spec:
|
|
||||||
# project: default
|
|
||||||
# source:
|
|
||||||
# repoURL: https://gitlab.com/developerdurp/homelab.git
|
|
||||||
# targetRevision: main
|
|
||||||
# path: kong
|
|
||||||
# directory:
|
|
||||||
# recurse: true
|
|
||||||
# destination:
|
|
||||||
# server: https://kubernetes.default.svc
|
|
||||||
# namespace: kong
|
|
||||||
# syncPolicy:
|
|
||||||
# automated:
|
|
||||||
# prune: true
|
|
||||||
# selfHeal: true
|
|
||||||
# syncOptions:
|
|
||||||
# - CreateNamespace=true
|
|
||||||
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
apiVersion: v2
|
|
||||||
name: kong
|
|
||||||
description: A Helm chart for Kubernetes
|
|
||||||
type: application
|
|
||||||
|
|
||||||
version: 0.1.0
|
|
||||||
appVersion: "0.1.0"
|
|
||||||
@@ -1,28 +0,0 @@
|
|||||||
#apiVersion: v1
|
|
||||||
#data:
|
|
||||||
# config.yaml: "_format_version: \"2.1\"\n\nservices:\n - name: random-cats\n url:
|
|
||||||
# https://aws.random.cat/meow\n routes:\n - name: random-cats-route\n paths:\n
|
|
||||||
# \ - /random-cats\n\n - name: urban-dictionary\n url: https://api.urbandictionary.com\n
|
|
||||||
# \ routes:\n - name: urban-dictionary\n paths:\n - /urban-dictionary\n\n
|
|
||||||
# \ - name: cat-facts\n url: https://catfact.ninja/\n routes:\n - name:
|
|
||||||
# cat-facts\n paths:\n - /cat-facts\n\n - name: random-meme\n url:
|
|
||||||
# https://meme-api.herokuapp.com/gimme\n routes:\n - name: random-meme-route\n
|
|
||||||
# \ paths:\n - /random-meme \n\n - name: yomama\n url: https://api.yomomma.info/\n
|
|
||||||
# \ routes:\n - name: yomama-route\n paths:\n - /yomama \n\n
|
|
||||||
# \ - name: dadjoke\n url: https://icanhazdadjoke.com/\n routes:\n -
|
|
||||||
# name: dadjoke\n paths:\n - /dadjoke \n\n - name: random-dogs\n
|
|
||||||
# \ url: https://dog.ceo/api/breeds/image/random\n routes:\n - name: random-dogs\n
|
|
||||||
# \ paths:\n - /random-dogs \n\n - name: geekjoke\n url: https://geek-jokes.sameerkumar.website/api?format=json\n
|
|
||||||
# \ routes:\n - name: geekjoke\n paths:\n - /geekjoke \n
|
|
||||||
# \ \n - name: ronswanson\n url: https://ron-swanson-quotes.herokuapp.com/v2/quotes\n
|
|
||||||
# \ routes:\n - name: ronswanson\n paths:\n - /ronswanson
|
|
||||||
# \ \n\n - name: foaas\n url: http://foaas.com/\n routes:\n - name:
|
|
||||||
# foaas\n paths:\n - /foaas \n\n - name: dnmss\n url: http://192.168.1.120:30985\n
|
|
||||||
# \ routes:\n - name: dotnet-microservices-services\n paths:\n -
|
|
||||||
# /dnmss \n\n\n\n \n"
|
|
||||||
#kind: ConfigMap
|
|
||||||
#metadata:
|
|
||||||
# creationTimestamp: "2022-04-15T02:44:07Z"
|
|
||||||
# name: kongconfig
|
|
||||||
# namespace: kong
|
|
||||||
#
|
|
||||||
@@ -1,59 +0,0 @@
|
|||||||
#apiVersion: apps/v1
|
|
||||||
#kind: Deployment
|
|
||||||
#metadata:
|
|
||||||
# namespace: kong
|
|
||||||
# name: kong
|
|
||||||
# labels:
|
|
||||||
# app: kong
|
|
||||||
#spec:
|
|
||||||
# selector:
|
|
||||||
# matchLabels:
|
|
||||||
# app: kong
|
|
||||||
# #replicas: 1
|
|
||||||
# template:
|
|
||||||
# metadata:
|
|
||||||
# labels:
|
|
||||||
# app: kong
|
|
||||||
# spec:
|
|
||||||
# containers:
|
|
||||||
# - name: kong
|
|
||||||
# image: kong
|
|
||||||
# imagePullPolicy: Always
|
|
||||||
# resources:
|
|
||||||
# limits:
|
|
||||||
# cpu: 1000m
|
|
||||||
# requests:
|
|
||||||
# cpu: 100m
|
|
||||||
# env:
|
|
||||||
# - name: KONG_DATABASE
|
|
||||||
# value: 'off'
|
|
||||||
# - name: KONG_NGINX_WORKER_PROCESSES
|
|
||||||
# value: "1"
|
|
||||||
# - name: KONG_LOG_LEVEL
|
|
||||||
# value: notice
|
|
||||||
# - name: KONG_ADMIN_ACCESS_LOG
|
|
||||||
# value: /dev/stdout
|
|
||||||
# - name: KONG_PROXY_ERROR_LOG
|
|
||||||
# value: /dev/stderr
|
|
||||||
# - name: KONG_ADMIN_ERROR_LOG
|
|
||||||
# value: /dev/stderr
|
|
||||||
# - name: KONG_ADMIN_LISTEN
|
|
||||||
# value: '127.0.0.1:8001'
|
|
||||||
# - name: KONG_PROXY_LISTEN
|
|
||||||
# value: 0.0.0.0:8000,0.0.0.0:8443 ssl
|
|
||||||
# - name: KONG_DECLARATIVE_CONFIG
|
|
||||||
# value: /kong/config.yaml
|
|
||||||
# volumeMounts:
|
|
||||||
# - name: kongconfig
|
|
||||||
# mountPath: /kong
|
|
||||||
# ports:
|
|
||||||
# - name: data-http
|
|
||||||
# containerPort: 8000
|
|
||||||
# ports:
|
|
||||||
# - name: data-https
|
|
||||||
# containerPort: 8443
|
|
||||||
# volumes:
|
|
||||||
# - name: kongconfig
|
|
||||||
# configMap:
|
|
||||||
# name: kongconfig
|
|
||||||
#
|
|
||||||
@@ -1,25 +0,0 @@
|
|||||||
#apiVersion: networking.k8s.io/v1
|
|
||||||
#kind: Ingress
|
|
||||||
#metadata:
|
|
||||||
# name: kong-ingress
|
|
||||||
# annotations:
|
|
||||||
# kubernetes.io/ingress.class: nginx
|
|
||||||
# cert-manager.io/cluster-issuer: letsencrypt-production
|
|
||||||
# external-dns.alpha.kubernetes.io/hostname: kong.durp.info
|
|
||||||
#spec:
|
|
||||||
# rules:
|
|
||||||
# - host: kong.durp.info
|
|
||||||
# http:
|
|
||||||
# paths:
|
|
||||||
# - path: /
|
|
||||||
# pathType: Prefix
|
|
||||||
# backend:
|
|
||||||
# service:
|
|
||||||
# name: kong
|
|
||||||
# port:
|
|
||||||
# number: 80
|
|
||||||
# tls:
|
|
||||||
# - hosts:
|
|
||||||
# - kong.durp.info
|
|
||||||
# secretName: kong-durp-tls
|
|
||||||
#
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
#apiVersion: v1
|
|
||||||
#kind: Namespace
|
|
||||||
#metadata:
|
|
||||||
# name: kong
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
#apiVersion: v1
|
|
||||||
#kind: Service
|
|
||||||
#metadata:
|
|
||||||
# name: kong
|
|
||||||
#spec:
|
|
||||||
# ports:
|
|
||||||
# - name: kong-proxy-http
|
|
||||||
# port: 80
|
|
||||||
# targetPort: 8000
|
|
||||||
# protocol: TCP
|
|
||||||
# - name: kong-proxy-https
|
|
||||||
# port: 443
|
|
||||||
# targetPort: 8443
|
|
||||||
# protocol: TCP
|
|
||||||
# selector:
|
|
||||||
# app: kong
|
|
||||||
Reference in New Issue
Block a user