apps(glance): Added glance to the deployment

This commit is contained in:
2025-05-31 10:58:04 +02:00
parent e7835fe601
commit 70f41aa9dc
4 changed files with 202 additions and 0 deletions

13
apps/glance/services.yaml Normal file
View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: glance
spec:
type: ClusterIP
selector:
app.kubernetes.io/name: glance
ports:
- protocol: TCP
port: 80
targetPort: 8080
name: http