diff --git a/charts/akash-hostname-operator/templates/service.yaml b/charts/akash-hostname-operator/templates/service.yaml index 5d3c46f1..b79feb5b 100644 --- a/charts/akash-hostname-operator/templates/service.yaml +++ b/charts/akash-hostname-operator/templates/service.yaml @@ -17,4 +17,4 @@ spec: ports: - name: rest port: 8080 - targetPort: rest + targetPort: rest \ No newline at end of file diff --git a/charts/akash-inventory-operator/templates/clusterrole.yaml b/charts/akash-inventory-operator/templates/clusterrole.yaml index b48d19b6..a241dc45 100644 --- a/charts/akash-inventory-operator/templates/clusterrole.yaml +++ b/charts/akash-inventory-operator/templates/clusterrole.yaml @@ -2,7 +2,7 @@ apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: - name: operator-inventory + name: akash-operator-inventory labels: akash.network: "true" app.kubernetes.io/name: inventory @@ -94,7 +94,7 @@ rules: apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: - name: operator-inventory-hardware-discovery + name: akash-operator-inventory-hardware-discovery labels: akash.network: "true" app.kubernetes.io/name: inventory diff --git a/charts/akash-inventory-operator/templates/clusterrolebinding.yaml b/charts/akash-inventory-operator/templates/clusterrolebinding.yaml index 2e15f3f5..d8a0e7e6 100644 --- a/charts/akash-inventory-operator/templates/clusterrolebinding.yaml +++ b/charts/akash-inventory-operator/templates/clusterrolebinding.yaml @@ -12,7 +12,7 @@ metadata: roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole - name: operator-inventory + name: akash-operator-inventory subjects: - kind: ServiceAccount name: operator-inventory @@ -31,47 +31,8 @@ metadata: roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole - name: operator-inventory-hardware-discovery + name: akash-operator-inventory-hardware-discovery subjects: - kind: ServiceAccount name: operator-inventory-hardware-discovery - namespace: akash-services ---- -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: akash-ip-operator-manage-service -subjects: - - kind: ServiceAccount - name: akash-ip-operator - namespace: akash-services -roleRef: - kind: ClusterRole - name: akash-ip-op-manage-service - apiGroup: rbac.authorization.k8s.io ---- -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: akash-ip-operator-watch-providerleasedip -subjects: - - kind: ServiceAccount - name: akash-ip-operator - namespace: akash-services -roleRef: - kind: ClusterRole - name: akash-ip-op-watch-providerleasedip - apiGroup: rbac.authorization.k8s.io ---- -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: akash-ip-operator-watch-configmaps -subjects: - - kind: ServiceAccount - name: akash-ip-operator - namespace: akash-services -roleRef: - kind: ClusterRole - name: akash-ip-op-watch-configmaps - apiGroup: rbac.authorization.k8s.io \ No newline at end of file + namespace: akash-services \ No newline at end of file diff --git a/charts/akash-inventory-operator/templates/service.yaml b/charts/akash-inventory-operator/templates/service.yaml index e1a5d2c5..0b4b95d7 100644 --- a/charts/akash-inventory-operator/templates/service.yaml +++ b/charts/akash-inventory-operator/templates/service.yaml @@ -1,3 +1,4 @@ +--- apiVersion: v1 kind: Service metadata: @@ -12,7 +13,7 @@ metadata: spec: type: ClusterIP ports: - - name: api + - name: rest port: 8080 targetPort: rest appProtocol: http diff --git a/charts/akash-ip-operator/templates/service.yaml b/charts/akash-ip-operator/templates/service.yaml index 42a45784..2a814ef0 100644 --- a/charts/akash-ip-operator/templates/service.yaml +++ b/charts/akash-ip-operator/templates/service.yaml @@ -18,4 +18,4 @@ spec: ports: - name: rest port: 8080 - targetPort: rest + targetPort: rest \ No newline at end of file