Skip to content

Commit

Permalink
Revert "fix(external-apps): use EndpointSlice for pve"
Browse files Browse the repository at this point in the history
This reverts commit 033bcf4.

Looks like this broke hajimari which is now segfaulting
  • Loading branch information
martinohmann committed Jan 12, 2024
1 parent 76f403f commit 74ef438
Showing 1 changed file with 3 additions and 27 deletions.
30 changes: 3 additions & 27 deletions kubernetes/apps/default/external-apps/config/pve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,8 @@ metadata:
name: pve
namespace: default
spec:
ports:
- name: https
protocol: TCP
port: 443
targetPort: 8006

---
apiVersion: discovery.k8s.io/v1
kind: EndpointSlice
metadata:
name: pve
namespace: default
labels:
kubernetes.io/service-name: pve
addressType: IPv4
ports:
- name: https
appProtocol: https
protocol: TCP
port: 8006
endpoints:
- addresses:
- 192.168.1.20
- 192.168.1.21
- 192.168.1.22
externalName: pve.18b.lan.
type: ExternalName

---
apiVersion: networking.k8s.io/v1
Expand All @@ -38,7 +15,6 @@ metadata:
annotations:
external-dns.alpha.kubernetes.io/target: ingress.18b.haus
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
nginx.ingress.kubernetes.io/upstream-hash-by: $host
hajimari.io/appName: Proxmox VE
hajimari.io/group: other
hajimari.io/icon: simple-icons:proxmox
Expand All @@ -54,7 +30,7 @@ spec:
service:
name: pve
port:
number: 443
number: 8006
path: /
pathType: Prefix
tls:
Expand Down

0 comments on commit 74ef438

Please sign in to comment.