diff --git a/deployment/inmonts.yaml b/deployment/inmonts.yaml new file mode 100644 index 0000000000000000000000000000000000000000..48caa995cd0a9e40555ef78c0e46ff6e48bf07ef --- /dev/null +++ b/deployment/inmonts.yaml @@ -0,0 +1,91 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + annotations: + deployment.kubernetes.io/revision: "9" + kubectl.kubernetes.io/last-applied-configuration: | + {"apiVersion":"apps/v1","kind":"Deployment","metadata":{"annotations":{},"name":"inmonts","namespace":"elastiflow"},"spec":{"replicas":1,"selector":{"matchLabels":{"k8s-app":"inmonts"}},"template":{"metadata":{"labels":{"k8s-app":"inmonts"}},"spec":{"containers":[{"image":"sflow/traffic-sentinel","imagePullPolicy":"Always","name":"inmonts","resources":{"limits":{"cpu":3,"ephemeral-storage":"120Gi","memory":"10Gi"},"requests":{"cpu":"100m","ephemeral-storage":"120Gi","memory":"1Gi"}},"volumeMounts":[{"mountPath":"/usr/local/inmsf","name":"data"},{"mountPath":"/dev/shm","name":"dshm"},{"mountPath":"/local","name":"local"}]}],"hostname":"sentinel","nodeSelector":{"env":"production"},"volumes":[{"name":"data","persistentVolumeClaim":{"claimName":"inmonts"}},{"emptyDir":{"medium":"Memory","sizeLimit":"256Mi"},"name":"dshm"},{"emptyDir":{},"name":"local"}]}}}} + creationTimestamp: "2019-11-28T00:11:22Z" + generation: 19 + name: inmonts + namespace: elastiflow + resourceVersion: "6363014446" + uid: 04c0ef91-efba-4354-a0c3-baf7eeb8c810 +spec: + progressDeadlineSeconds: 600 + replicas: 1 + revisionHistoryLimit: 10 + selector: + matchLabels: + k8s-app: inmonts + strategy: + type: Recreate + template: + metadata: + creationTimestamp: null + labels: + k8s-app: inmonts + spec: + containers: + - image: sflow/traffic-sentinel + imagePullPolicy: Always + name: inmonts + resources: + limits: + cpu: "32" + ephemeral-storage: 120Gi + memory: 10Gi + requests: + cpu: 100m + ephemeral-storage: 120Gi + memory: 1Gi + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /usr/local/inmsf + name: data + - mountPath: /dev/shm + name: dshm + - mountPath: /local + name: local + dnsPolicy: ClusterFirst + hostname: sentinel + nodeSelector: + topology.kubernetes.io/region: us-west + restartPolicy: Always + schedulerName: default-scheduler + securityContext: {} + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoSchedule + key: nautilus.io/ceph + operator: Exists + volumes: + - name: data + persistentVolumeClaim: + claimName: inmonts + - emptyDir: + medium: Memory + sizeLimit: 900Mi + name: dshm + - emptyDir: {} + name: local +status: + availableReplicas: 1 + conditions: + - lastTransitionTime: "2021-11-05T19:08:14Z" + lastUpdateTime: "2023-06-25T19:38:39Z" + message: ReplicaSet "inmonts-7d887bf45f" has successfully progressed. + reason: NewReplicaSetAvailable + status: "True" + type: Progressing + - lastTransitionTime: "2023-09-07T11:46:34Z" + lastUpdateTime: "2023-09-07T11:46:34Z" + message: Deployment has minimum availability. + reason: MinimumReplicasAvailable + status: "True" + type: Available + observedGeneration: 19 + readyReplicas: 1 + replicas: 1 + updatedReplicas: 1