Files
paralus/pkg/controller/util/testdata/service_without_owner.yaml
nirav-rafay c66bdc25cd restructure rcloud-base as a single base controller (#37)
* restructure rcloud-base as a single base controller
* updated master.rest
* moved sentry from internal to pkg as it is used by relay
* removing unused rpc and it's dependencies
* Fix usermgmt tests
* Don't redefine variables in rest file
Co-authored-by: Abin Simon <abin.simon@rafay.co>
2022-03-03 17:59:06 +05:30

38 lines
827 B
YAML

apiVersion: v1
kind: Service
metadata:
annotations:
creationTimestamp: "2020-02-11T22:56:08Z"
labels:
app: wordpress-demo
chart: wordpress-7.5.4
heritage: Tiller
release: wordpress-demo
velero.io/backup-name: wordpress1
velero.io/restore-name: wordpress1
name: wordpress-demo
namespace: wordpress
resourceVersion: "11710676"
selfLink: /api/v1/namespaces/wordpress/services/wordpress-demo
uid: b0dfc0f8-4d21-11ea-b8ec-0ec508a9a2df
spec:
clusterIP: 10.100.74.72
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
- name: https
port: 443
protocol: TCP
targetPort: https
- name: metrics
port: 9117
protocol: TCP
targetPort: metrics
selector:
app: wordpress-demo
sessionAffinity: None
type: ClusterIP
status:
loadBalancer: {}