development -> main #1

Open
Christopher.Hase wants to merge 93 commits from development into main
3 changed files with 14 additions and 5 deletions
Showing only changes of commit cf8bd4014b - Show all commits

View file

@ -1,8 +1,8 @@
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: iching-broker-0-0-2 name: iching-broker-0-0-1
namespace: default namespace: argocd
spec: spec:
selector: selector:
matchLabels: matchLabels:

View file

@ -2,9 +2,13 @@ apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress
metadata: metadata:
name: iching-ingress name: iching-ingress
namespace: argocd
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
spec: spec:
ingressClassName: nginx
rules: rules:
- host: 192-168-197-2.c-one-infra.de # z.B. iching.local - host: 192-168-197-2.c-one-infra.de
http: http:
paths: paths:
- path: /iching - path: /iching
@ -13,4 +17,8 @@ spec:
service: service:
name: iching-service name: iching-service
port: port:
number: 80 number: 80
tls:
- hosts:
- 192-168-197-2.c-one-infra.de
secretName: argocd-net-tls

View file

@ -2,9 +2,10 @@ apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: iching-service name: iching-service
namespace: argocd
spec: spec:
selector: selector:
app: iching app: iching-broker
ports: ports:
- protocol: TCP - protocol: TCP
port: 80 port: 80