1 Star 0 Fork 0

宁凡/mysql_cluster_k8s

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
centos7.9-pod.yaml 680 Bytes
一键复制 编辑 原始数据 按行查看 历史
ningfan 提交于 2024-05-31 15:41 . add files
apiVersion: v1
kind: Pod
metadata:
name: centos-pod
namespace: mysql-test
labels:
app: centos
spec:
containers:
- name: centos-container
image: mogujie.tencentcloudcr.com/neo/centos79:20220906134950
# image: centos:latest
command: ["/bin/bash"]
args: ["-c", "while true; do echo 'Hello from CentOS Pod' && sleep 3; done"]
securityContext:
privileged: true
readinessProbe:
exec:
command: ["/bin/sh", "-c", "echo ok"]
initialDelaySeconds: 5
periodSeconds: 5
livenessProbe:
exec:
command: ["/bin/sh", "-c", "echo ok"]
initialDelaySeconds: 15
periodSeconds: 20
restartPolicy: Always
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
YAML
1
https://gitee.com/joeye0819/mysql_cluster_k8s.git
git@gitee.com:joeye0819/mysql_cluster_k8s.git
joeye0819
mysql_cluster_k8s
mysql_cluster_k8s
master

搜索帮助