mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
16 lines
232 B
YAML
16 lines
232 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: zot-minimal
|
||
|
labels:
|
||
|
app: zot-minimal
|
||
|
spec:
|
||
|
ports:
|
||
|
- name: zot-minimal
|
||
|
port: 5050
|
||
|
targetPort: zot-minimal
|
||
|
selector:
|
||
|
app: zot-minimal
|
||
|
sessionAffinity: ClientIP
|
||
|
|