68 lines
1.8 KiB
YAML
68 lines
1.8 KiB
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
annotations:
|
|
deployment.kubernetes.io/revision: '1'
|
|
creationTimestamp: '2023-04-24T13:15:48Z'
|
|
deletionGracePeriodSeconds: 0
|
|
deletionTimestamp: '2026-01-03T03:19:39Z'
|
|
finalizers:
|
|
- foregroundDeletion
|
|
generation: 3
|
|
name: whois-cache
|
|
namespace: prometheus-operator
|
|
resourceVersion: '1015324661'
|
|
uid: dbf9527d-4c64-44fe-bd82-05da97bc1456
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 1
|
|
revisionHistoryLimit: 10
|
|
selector:
|
|
matchLabels:
|
|
app: whois-cache
|
|
strategy:
|
|
rollingUpdate:
|
|
maxSurge: 25%
|
|
maxUnavailable: 25%
|
|
type: RollingUpdate
|
|
template:
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
app: whois-cache
|
|
spec:
|
|
containers:
|
|
- image: codemowers/whois
|
|
imagePullPolicy: Always
|
|
name: whois
|
|
ports:
|
|
- containerPort: 3005
|
|
name: http
|
|
protocol: TCP
|
|
resources: {}
|
|
terminationMessagePath: /dev/termination-log
|
|
terminationMessagePolicy: File
|
|
dnsPolicy: ClusterFirst
|
|
enableServiceLinks: false
|
|
restartPolicy: Always
|
|
schedulerName: default-scheduler
|
|
securityContext: {}
|
|
terminationGracePeriodSeconds: 30
|
|
status:
|
|
conditions:
|
|
- lastTransitionTime: '2023-04-24T13:15:48Z'
|
|
lastUpdateTime: '2023-04-24T13:16:17Z'
|
|
message: ReplicaSet "whois-cache-5ffc65dcc7" has successfully progressed.
|
|
reason: NewReplicaSetAvailable
|
|
status: 'True'
|
|
type: Progressing
|
|
- lastTransitionTime: '2026-01-03T03:19:39Z'
|
|
lastUpdateTime: '2026-01-03T03:19:39Z'
|
|
message: Deployment does not have minimum availability.
|
|
reason: MinimumReplicasUnavailable
|
|
status: 'False'
|
|
type: Available
|
|
observedGeneration: 3
|
|
unavailableReplicas: 1
|
|
|