mirror of
https://github.com/SinTan1729/chhoto-url
synced 2025-04-19 11:20:00 -05:00
14 lines
211 B
YAML
14 lines
211 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: chhoto-url
|
|
labels:
|
|
app: chhoto-url
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- port: 80
|
|
targetPort: 4567
|
|
protocol: TCP
|
|
selector:
|
|
app: chhoto-url
|