Skip to content

Instantly share code, notes, and snippets.

@markito
Created May 3, 2019 23:30
Show Gist options
  • Save markito/91727eed9cef7cfed89abf787564270f to your computer and use it in GitHub Desktop.
Save markito/91727eed9cef7cfed89abf787564270f to your computer and use it in GitHub Desktop.
apiVersion: serving.knative.dev/v1alpha1
kind: Service
metadata:
annotations:
serving.knative.dev/creator: kube:admin
serving.knative.dev/lastModifier: kube:admin
creationTimestamp: 2019-05-03T13:25:40Z
generation: 4
name: quarkus-decoder
namespace: markito
resourceVersion: "23671263"
selfLink: /apis/serving.knative.dev/v1alpha1/namespaces/markito/services/quarkus-decoder
uid: f1f91920-6da6-11e9-a778-1295abd4b972
spec:
release:
configuration:
revisionTemplate:
metadata:
creationTimestamp: null
spec:
container:
image: markito/quarkus-decoder:v2
name: ""
resources:
requests:
cpu: 400m
timeoutSeconds: 300
revisions:
- quarkus-decoder-n9kzn
- quarkus-decoder-tzhf2
rolloutPercent: 50
status:
address:
hostname: quarkus-decoder.markito.svc.cluster.local
conditions:
- lastTransitionTime: 2019-05-03T23:02:51Z
status: "True"
type: ConfigurationsReady
- lastTransitionTime: 2019-05-03T23:11:31Z
status: "True"
type: Ready
- lastTransitionTime: 2019-05-03T23:11:31Z
status: "True"
type: RoutesReady
domain: quarkus-decoder.markito.apps.openshift.codeready.cloud
domainInternal: quarkus-decoder.markito.svc.cluster.local
latestCreatedRevisionName: quarkus-decoder-n9kzn
latestReadyRevisionName: quarkus-decoder-n9kzn
observedGeneration: 4
traffic:
- name: current
percent: 50
revisionName: quarkus-decoder-n9kzn
url: http://current.quarkus-decoder.markito.apps.openshift.codeready.cloud
- name: candidate
percent: 50
revisionName: quarkus-decoder-tzhf2
url: http://candidate.quarkus-decoder.markito.apps.openshift.codeready.cloud
- name: latest
percent: 0
revisionName: quarkus-decoder-n9kzn
url: http://latest.quarkus-decoder.markito.apps.openshift.codeready.cloud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment