helm it up

This commit is contained in:
Roxedus 2022-05-27 21:39:43 +02:00
parent 63b53f075e
commit 83a6cb0f4d
No known key found for this signature in database
GPG Key ID: EBC13557C4D91D7B
3 changed files with 0 additions and 43 deletions

View File

@ -1,13 +0,0 @@
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: dashboard
spec:
entryPoints:
- web
routes:
- match: Host(`traefik.kube.rostvik.home`) || PathPrefix(`/api`))
kind: Rule
services:
- name: api@internal
kind: TraefikService

View File

@ -1,15 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: traefik
spec:
ports:
- protocol: TCP
name: web
port: 80
- protocol: TCP
name: websecure
port: 4443
selector:
app: traefik

View File

@ -1,15 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: traefik
spec:
project: default
source:
chart: traefik
repoURL: https://helm.traefik.io/traefik
targetRevision: 2.7.0
helm:
releaseName: traefik
destination:
server: "https://kubernetes.default.svc"
namespace: default