Add glance service and configmap

This commit is contained in:
Daniel Cosme
2026-05-07 12:17:47 -04:00
parent 58c733260f
commit ad9659d1ee
7 changed files with 187 additions and 8 deletions
+17
View File
@@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
labels:
app: glance
name: glance
namespace: glance
spec:
ports:
- nodePort: 30009
port: 8080
targetPort: 0
selector:
app: glance
type: NodePort
status:
loadBalancer: {}