Updated Alpine images

This commit is contained in:
Alexey Pustovalov 2020-04-26 00:28:38 +03:00
parent 819956b44e
commit 24cec21273

View File

@ -15,10 +15,10 @@ metadata:
spec: spec:
ports: ports:
- port: 80 - port: 80
targetPort: 80 targetPort: 8080
name: web-http name: web-http
- port: 443 - port: 443
targetPort: 443 targetPort: 8443
name: web-https name: web-https
selector: selector:
name: zabbix-web name: zabbix-web
@ -54,7 +54,7 @@ spec:
targetPort: 10051 targetPort: 10051
name: zabbix-trapper name: zabbix-trapper
- port: 162 - port: 162
targetPort: 162 targetPort: 1162
protocol: UDP protocol: UDP
name: snmp-trap name: snmp-trap
selector: selector:
@ -75,7 +75,7 @@ spec:
targetPort: 10051 targetPort: 10051
name: zabbix-trapper name: zabbix-trapper
- port: 162 - port: 162
targetPort: 162 targetPort: 1162
protocol: UDP protocol: UDP
name: snmp-trap name: snmp-trap
selector: selector:
@ -94,7 +94,7 @@ spec:
targetPort: 10051 targetPort: 10051
name: zabbix-trapper name: zabbix-trapper
- port: 162 - port: 162
targetPort: 162 targetPort: 1162
protocol: UDP protocol: UDP
name: snmp-trap name: snmp-trap
selector: selector:
@ -151,9 +151,9 @@ spec:
image: zabbix/zabbix-web-nginx-mysql:alpine-latest image: zabbix/zabbix-web-nginx-mysql:alpine-latest
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 80 - containerPort: 8080
name: web-http name: web-http
- containerPort: 443 - containerPort: 8443
name: web-https name: web-https
resources: resources:
limits: limits:
@ -334,7 +334,7 @@ spec:
image: zabbix/zabbix-snmptraps:latest image: zabbix/zabbix-snmptraps:latest
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 162 - containerPort: 1162
protocol: UDP protocol: UDP
name: snmp-trap name: snmp-trap
volumeMounts: volumeMounts: