K8s Cassandra and WordPress
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
labels:
|
||||
name: wpfrontend
|
||||
name: wpfrontend
|
||||
spec:
|
||||
ports:
|
||||
# the port that this service should serve on
|
||||
- port: 80
|
||||
# label keys and values that must match in order to receive traffic for this service
|
||||
selector:
|
||||
name: wordpress
|
||||
type: LoadBalancer
|
||||
Reference in New Issue
Block a user