13 lines
194 B
YAML
13 lines
194 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: phpipam-web
|
|
namespace: phpipam
|
|
spec:
|
|
selector:
|
|
app: phpipam-web
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|
|
targetPort: 80
|
|
type: NodePort |