mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 21:17:58 +08:00
8e4d828867
Signed-off-by: Alexei Dodon <adodon@cisco.com>
16 lines
213 B
YAML
16 lines
213 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: prometheus
|
|
labels:
|
|
app: prometheus
|
|
spec:
|
|
ports:
|
|
- name: web
|
|
port: 9090
|
|
targetPort: web
|
|
selector:
|
|
app: prometheus
|
|
sessionAffinity: ClientIP
|
|
|