"Updates"

This commit is contained in:
2026-04-15 01:23:18 +02:00
parent 9f749f7e8b
commit 3b8b153ac9
3 changed files with 27 additions and 4 deletions
+1 -4
View File
@@ -16,7 +16,4 @@ spec:
name: bb-headlamp name: bb-headlamp
port: port:
number: 8080 number: 8080
status:
loadBalancer:
ingress:
- ip: 192.168.1.22
+9
View File
@@ -0,0 +1,9 @@
---
kind: Secret
apiVersion: v1
metadata:
name: headlamp-admin
namespace: kube-system
annotations:
kubernetes.io/service-account.name: "headlamp-admin"
type: kubernetes.io/service-account-token
+17
View File
@@ -0,0 +1,17 @@
---
apiVersion: v1
kind: Service
metadata:
name: headlamp-dashboard
spec:
ports:
- name: http
port: 8080
targetPort: 8080
selector:
app: headlamp-dashboard
type: LoadBalancer
status:
loadBalancer:
ingress:
- ip: 192.168.1.22