añadido gitea y medio argos
This commit is contained in:
18
argos/ingress/ingress-panel.yaml
Normal file
18
argos/ingress/ingress-panel.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: argos-panel-internal
|
||||
namespace: argos-core
|
||||
spec:
|
||||
ingressClassName: nginx-internal
|
||||
rules:
|
||||
- host: panel.argos.c2et.net # mismo FQDN
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service: { name: argos-panel, port: { number: 80 } }
|
||||
tls:
|
||||
- hosts: ["panel.argos.c2et.net"]
|
||||
secretName: panel-argos-tls
|
||||
Reference in New Issue
Block a user