new run
This commit is contained in:
@@ -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 && \
|
||||
|
||||
@@ -117,8 +117,6 @@ spec:
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
#annotations:
|
||||
# volume.beta.kubernetes.io/storage-provisioner: nfs-storage
|
||||
labels:
|
||||
app: mosquitto
|
||||
release: mqtt
|
||||
|
||||
Reference in New Issue
Block a user