mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 10:16:24 +00:00
16 lines
198 B
YAML
16 lines
198 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: ai
|
|
labels:
|
|
app: ai
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- port: 8080
|
|
targetPort: 8080
|
|
protocol: TCP
|
|
name: http
|
|
selector:
|
|
app: ai
|