update ontime-operator to new domain

This commit is contained in:
2025-10-27 13:36:35 -05:00
parent e6031b1cd2
commit 51a6f7ea87

View File

@@ -10,9 +10,9 @@ metadata:
apiVersion: apiextensions.k8s.io/v1 apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition kind: CustomResourceDefinition
metadata: metadata:
name: stages.ontime.getontime.no name: stages.cloud.getontime.no
spec: spec:
group: ontime.getontime.no group: cloud.getontime.no
names: names:
kind: Stage kind: Stage
listKind: StageList listKind: StageList
@@ -20,7 +20,7 @@ spec:
singular: stage singular: stage
scope: Namespaced scope: Namespaced
versions: versions:
- name: v1alpha1 - name: v1
schema: schema:
openAPIV3Schema: openAPIV3Schema:
description: Stage is the Schema for the stages API description: Stage is the Schema for the stages API
@@ -125,7 +125,7 @@ rules:
verbs: verbs:
- create - create
- apiGroups: - apiGroups:
- ontime.getontime.no - cloud.getontime.no
resources: resources:
- stages - stages
- stages/status - stages/status
@@ -201,13 +201,13 @@ metadata:
name: ontime-operator-stage-admin-role name: ontime-operator-stage-admin-role
rules: rules:
- apiGroups: - apiGroups:
- ontime.getontime.no - cloud.getontime.no
resources: resources:
- stages - stages
verbs: verbs:
- '*' - '*'
- apiGroups: - apiGroups:
- ontime.getontime.no - cloud.getontime.no
resources: resources:
- stages/status - stages/status
verbs: verbs:
@@ -222,7 +222,7 @@ metadata:
name: ontime-operator-stage-editor-role name: ontime-operator-stage-editor-role
rules: rules:
- apiGroups: - apiGroups:
- ontime.getontime.no - cloud.getontime.no
resources: resources:
- stages - stages
verbs: verbs:
@@ -234,7 +234,7 @@ rules:
- update - update
- watch - watch
- apiGroups: - apiGroups:
- ontime.getontime.no - cloud.getontime.no
resources: resources:
- stages/status - stages/status
verbs: verbs:
@@ -249,7 +249,7 @@ metadata:
name: ontime-operator-stage-viewer-role name: ontime-operator-stage-viewer-role
rules: rules:
- apiGroups: - apiGroups:
- ontime.getontime.no - cloud.getontime.no
resources: resources:
- stages - stages
verbs: verbs:
@@ -257,7 +257,7 @@ rules:
- list - list
- watch - watch
- apiGroups: - apiGroups:
- ontime.getontime.no - cloud.getontime.no
resources: resources:
- stages/status - stages/status
verbs: verbs:
@@ -359,7 +359,7 @@ spec:
- --leader-elect - --leader-elect
- --leader-election-id=ontime-operator - --leader-election-id=ontime-operator
- --health-probe-bind-address=:8081 - --health-probe-bind-address=:8081
image: git.jwetzell.com/jwetzell/ontime-operator:v0.1.1 image: git.jwetzell.com/jwetzell/ontime-operator:v1.0.0
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /healthz path: /healthz