-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add bundle manifests codeflare version 1.4.3 (redhat-openshift-ecosys…
…tem#4633) Signed-off-by: codeflare-machine-account <[email protected]>
- Loading branch information
1 parent
dbeb100
commit 02356ae
Showing
8 changed files
with
1,097 additions
and
0 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
...ors/codeflare-operator/1.4.3/manifests/codeflare-operator-manager-metrics_v1_service.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
apiVersion: v1 | ||
kind: Service | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
app.kubernetes.io/name: codeflare-operator | ||
app.kubernetes.io/part-of: codeflare | ||
name: codeflare-operator-manager-metrics | ||
spec: | ||
ports: | ||
- name: metrics | ||
port: 8080 | ||
protocol: TCP | ||
targetPort: metrics | ||
selector: | ||
app.kubernetes.io/name: codeflare-operator | ||
app.kubernetes.io/part-of: codeflare | ||
status: | ||
loadBalancer: {} |
10 changes: 10 additions & 0 deletions
10
...tors/codeflare-operator/1.4.3/manifests/codeflare-operator-stack-config_v1_configmap.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
apiVersion: v1 | ||
data: | ||
codeflare-operator-controller-image: quay.io/project-codeflare/codeflare-operator:v1.4.3 | ||
namespace: opendatahub | ||
kind: ConfigMap | ||
metadata: | ||
labels: | ||
app.kubernetes.io/name: codeflare-operator | ||
app.kubernetes.io/part-of: codeflare | ||
name: codeflare-operator-stack-config |
7 changes: 7 additions & 0 deletions
7
.../codeflare-operator/1.4.3/manifests/codeflare-operator-webhook-server-cert_v1_secret.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
apiVersion: v1 | ||
kind: Secret | ||
metadata: | ||
labels: | ||
app.kubernetes.io/name: codeflare-operator | ||
app.kubernetes.io/part-of: codeflare | ||
name: codeflare-operator-webhook-server-cert |
18 changes: 18 additions & 0 deletions
18
...ors/codeflare-operator/1.4.3/manifests/codeflare-operator-webhook-service_v1_service.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
apiVersion: v1 | ||
kind: Service | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
app.kubernetes.io/name: codeflare-operator | ||
app.kubernetes.io/part-of: codeflare | ||
name: codeflare-operator-webhook-service | ||
spec: | ||
ports: | ||
- port: 443 | ||
protocol: TCP | ||
targetPort: 9443 | ||
selector: | ||
app.kubernetes.io/name: codeflare-operator | ||
app.kubernetes.io/part-of: codeflare | ||
status: | ||
loadBalancer: {} |
Oops, something went wrong.