mirror of
https://codeberg.org/27/inception-of-things.git
synced 2025-10-14 02:54:45 +02:00
12 lines
152 B
YAML
12 lines
152 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: app2-service
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: app2
|
|
ports:
|
|
port: 80
|
|
tragetPort: 80
|