mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 16:51:31 -05:00
update
This commit is contained in:
parent
143ba0ac99
commit
8821d177e0
3 changed files with 2 additions and 33 deletions
|
|
@ -34,10 +34,8 @@ spec:
|
||||||
value: "https://octopus.internal.durp.info"
|
value: "https://octopus.internal.durp.info"
|
||||||
- name: TargetRole
|
- name: TargetRole
|
||||||
value: "k3s"
|
value: "k3s"
|
||||||
- name: CustomPublicHostName
|
|
||||||
value: "octopus-tentacle.internal.durp.info"
|
|
||||||
- name: PublicHostNameConfiguration
|
- name: PublicHostNameConfiguration
|
||||||
value: "Custom"
|
value: "PublicIp"
|
||||||
- name: ServerApiKey
|
- name: ServerApiKey
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
|
||||||
|
|
@ -1,30 +0,0 @@
|
||||||
apiVersion: traefik.containo.us/v1alpha1
|
|
||||||
kind: IngressRoute
|
|
||||||
metadata:
|
|
||||||
name: octopus-tentacle-ingress
|
|
||||||
spec:
|
|
||||||
entryPoints:
|
|
||||||
- websecure
|
|
||||||
routes:
|
|
||||||
- match: Host(`octopus-tentacle.internal.durp.info`) && PathPrefix(`/`)
|
|
||||||
kind: Rule
|
|
||||||
services:
|
|
||||||
- name: octopus-tentacle
|
|
||||||
port: 10933
|
|
||||||
tls:
|
|
||||||
secretName: octopus-tentacle-tls
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
apiVersion: cert-manager.io/v1
|
|
||||||
kind: Certificate
|
|
||||||
metadata:
|
|
||||||
name: octopus-tentacle-tls
|
|
||||||
spec:
|
|
||||||
secretName: octopus-tentacle-tls
|
|
||||||
issuerRef:
|
|
||||||
name: letsencrypt-production
|
|
||||||
kind: ClusterIssuer
|
|
||||||
commonName: "octopus-tentacle.internal.durp.info"
|
|
||||||
dnsNames:
|
|
||||||
- "octopus-tentacle.internal.durp.info"
|
|
||||||
|
|
@ -8,5 +8,6 @@ spec:
|
||||||
port: 10933
|
port: 10933
|
||||||
targetPort: 10933
|
targetPort: 10933
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
type: LoadBalancer
|
||||||
selector:
|
selector:
|
||||||
app: octopus-tentacle
|
app: octopus-tentacle
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue