This commit is contained in:
2021-01-20 15:33:26 +01:00
parent ab96839f50
commit 9b9b551907
15 changed files with 12232 additions and 57 deletions

View File

@@ -7,7 +7,7 @@ metadata:
name: distcc
namespace: default
spec:
replicas: 3
replicas: 5
selector:
matchLabels:
app: distcc
@@ -77,4 +77,4 @@ spec:
protocol: TCP
selector:
app: distcc
type: LoadBalancer
type: LoadBalancer

View File

@@ -1,6 +1,6 @@
FROM debian:buster-slim
RUN echo 'Acquire::http::proxy "http://172.23.255.1:3142";' >/etc/apt/apt.conf.d/proxy
#RUN echo 'Acquire::http::proxy "http://172.23.255.1:3142";' >/etc/apt/apt.conf.d/proxy
RUN apt-get update && \
apt-get install -y --no-install-recommends \
mosquitto mosquitto-clients procps && \

View File

@@ -117,8 +117,6 @@ spec:
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
#annotations:
# volume.beta.kubernetes.io/storage-provisioner: nfs-storage
labels:
app: mosquitto
release: mqtt

View File

@@ -5,7 +5,7 @@ ENV Z2M_VERSION=9cc3740740b57f1e896139b5ffdb25be7576ad58
ENV DEBIAN_FRONTEND noninteractive
#setup local apt cache
RUN sed -i 's@http://@http://apt-cache.lan/@g' /etc/apt/sources.list
#RUN sed -i 's@http://@http://apt-cache.lan/@g' /etc/apt/sources.list
#/apt-cache
# Install required dependencies