mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 20:46:23 +00:00
17 lines
247 B
YAML
17 lines
247 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: notification
|
|
labels:
|
|
app: notification
|
|
system: hgzero
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app: notification
|
|
ports:
|
|
- port: 8080
|
|
targetPort: 8080
|
|
protocol: TCP
|
|
name: http
|