diff --git a/ops/deployments/nomad.prod-1.values.yaml b/ops/deployments/nomad.prod-1.values.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..0bd5fe74f36cb27f6ad2594edd116b6797d68dfb
--- /dev/null
+++ b/ops/deployments/nomad.prod-1.values.yaml
@@ -0,0 +1,39 @@
+proxy:
+  nodePort: 30011
+  external:
+    host: "repository.nomad-coe.eu"
+    path: "/uploads"
+
+api:
+  disableReset: false
+
+worker:
+  replicas: 1
+  routing: "queue"
+  processes: 10
+
+dbname: fairdi_nomad_prod
+
+postgres:
+  publish_enabled: true
+  mode: 'coe'
+  dbname: 'nomad_prod'
+  host: 'db-repository-nomad.esc'
+  user: 'nomadrep'
+  password_secret: 'nomad-production-repository-password'
+
+uploadurl: 'https://repository.nomad-coe.eu/uploads/upload'
+
+volumes:
+  prefixSize: 1
+  public: /nomad/fairdi/prod/fs/public
+  staging: /nomad/fairdi/prod/fs/staging
+  tmp: /nomad/fairdi/prod/fs/tmp
+  coe_extracted: /nomad/fairdi/prod/fs/extracted
+  nomad: /nomad
+
+mail:
+  enabled: "true"
+  host: 'mailrelay.mpcdf.mpg.de'
+  port: 25
+  from: 'webmaster@nomad-repository.eu'
diff --git a/ops/deployments/nomad.prod.env.sh b/ops/deployments/nomad.prod.env.sh
new file mode 100644
index 0000000000000000000000000000000000000000..d067f4947bc4b6ec81bfbeb27f5eaa6c98786b07
--- /dev/null
+++ b/ops/deployments/nomad.prod.env.sh
@@ -0,0 +1,8 @@
+export NOMAD_CLIENT_URL=https://repository.nomad-coe.eu/uploads/api
+export NOMAD_CLIENT_USER=admin
+export NOMAD_MONGO_DB_NAME=fairdi_nomad_prod
+export NOMAD_ELASTIC_INDEX_NAME=fairdi_nomad_prod
+export NOMAD_FS_LOCAL_TMP=/nomad/fairdi/prod/fs/tmp
+export NOMAD_FS_STAGING=/nomad/fairdi/prod/fs/staging
+export NOMAD_FS_PUBLIC=/nomad/fairdi/prod/fs/public
+export NOMAD_FS_TMP=/nomad/fairdi/prod/fs/tmp
\ No newline at end of file