10 lines
178 B
YAML
10 lines
178 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: example-php-docker-helloworld
|
|
spec:
|
|
ports:
|
|
- port: 8080
|
|
targetPort: 8080
|
|
selector:
|
|
app: example-php-docker-helloworld |